home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / gmplaygui / gui / switch < prev    next >
AmigaDOS Script File  |  1997-06-14  |  84b  |  7 lines

  1. .key var,s1,s2
  2.  
  3. if $<var> EQ <s1>
  4.   setenv <var> <s2>
  5. else
  6.   setenv <var> <s1>
  7. endif